runtime.cleanupQueue.needg (field)
4 uses
runtime (current package)
mcleanup.go#L421: needg atomic.Uint32
mcleanup.go#L620: q.needg.Add(int32(newg))
mcleanup.go#L655: return q.needg.Load() > 0
mcleanup.go#L661: need := min(q.needg.Swap(0), maxCleanupGs()-have)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |